go/types.typeWriter.tuple (method)

4 uses

	go/types (current package)
		typestring.go#L181: 		w.tuple(t, false)
		typestring.go#L404: func (w *typeWriter) tuple(tup *Tuple, variadic bool) {
		typestring.go#L451: 	w.tuple(sig.params, sig.variadic)
		typestring.go#L467: 	w.tuple(sig.results, false)